diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/menu-list/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/menu-list/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/menu-list/page.tsx b/app/[lng]/evcp/(evcp)/menu-list/page.tsx index 1632eeee..6645127f 100644 --- a/app/[lng]/evcp/(evcp)/menu-list/page.tsx +++ b/app/[lng]/evcp/(evcp)/menu-list/page.tsx @@ -28,9 +28,9 @@ export default async function MenuListPage() { </h2> <InformationButton pagePath="evcp/menu-list" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 각 메뉴별로 담당자를 지정하고 관리할 수 있습니다. - </p> + </p> */} </div> </div> |
